home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 20
/
Cream of the Crop 20 (Terry Blount) (1996).iso
/
database
/
rolo2095.zip
/
ROLODECK.EXE
/
0
/
RCDATA
/
TFORM4
/
TFORM4.txt
Wrap
Text File
|
1996-06-01
|
1KB
|
59 lines
object Form4: TForm4
Left = 200
Top = 108
AutoScroll = False
Caption = 'Search for:'
ClientHeight = 88
ClientWidth = 351
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
FormStyle = fsStayOnTop
PixelsPerInch = 96
OnCreate = FormCreate
TextHeight = 13
object Label1: TLabel
Left = 8
Top = 8
Width = 88
Height = 13
Caption = 'Data to search for:'
end
object Edit1: TEdit
Left = 16
Top = 24
Width = 321
Height = 21
TabOrder = 0
end
object BitBtn1: TBitBtn
Left = 48
Top = 56
Width = 75
Height = 25
Caption = '&Find First'
Default = True
TabOrder = 1
OnClick = BitBtn1Click
end
object BitBtn2: TBitBtn
Left = 144
Top = 56
Width = 75
Height = 25
Caption = 'Find &Next'
TabOrder = 2
OnClick = BitBtn2Click
end
object BitBtn3: TBitBtn
Left = 240
Top = 56
Width = 75
Height = 25
Caption = '&Cancel'
TabOrder = 3
OnClick = BitBtn3Click
end
end